In This Topic
Defines a type 0 (Sampled) function.
Type 0 PDF functions use a sequence of sample values (contained in a stream) to provide an approximation for functions whose domains and ranges are bounded. The samples are organized as an m-dimensional table in which each entry has n components.
Object Model
Syntax
Inheritance Hierarchy
java.lang.Object
com.o2sol.pdf4java.pdffunctions.PDFFunction
com.o2sol.pdf4java.pdffunctions.PDFSampleFunction
See Also